From 418757e43fdaaadbeaddaa2c6fe5cec7d2cafa18 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 22 May 2025 12:32:17 +0000 Subject: [PATCH] rust: Release new minor version Signed-off-by: Colin Walters --- Cargo.toml | 4 ++-- rust-bindings/sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f3037755..7e6a2d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "ostree" readme = "rust-bindings/README.md" repository = "https://github.com/ostreedev/ostree" rust-version = "1.77.0" -version = "0.20.0" +version = "0.20.1" include = [ "/COPYING", @@ -36,7 +36,7 @@ members = [".", "rust-bindings/sys"] [dependencies] base64 = "0.20.0" bitflags = "1.2.1" -ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.15.0" } +ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.15.1" } gio = "0.20" glib = "0.20" hex = "0.4.2" diff --git a/rust-bindings/sys/Cargo.toml b/rust-bindings/sys/Cargo.toml index de4815a9..5df6b3d6 100644 --- a/rust-bindings/sys/Cargo.toml +++ b/rust-bindings/sys/Cargo.toml @@ -86,7 +86,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://github.com/ostreedev/ostree-rs" -version = "0.15.0" +version = "0.15.1" edition = "2021" [package.metadata.docs.rs] -- 2.30.2